.header {
    border: 2px solid #B30032;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
     background-color:#FAF9F6;
     border-radius: 8px;

  }
  
  .logo {
    display: flex;
    align-items: center;
  }
  
  .logo-image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  
  .navigation {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    
  }
  
  
  
  .menu li {
    margin-right: 10px;
  }
  
  .menu li a {
    text-decoration: none;
    color: #333;
  }
  
  
  .hamburger{
      display:none; 
      cursor:pointer; 
      user-select:none; 
      
  }
  @media only screen and (max-width :1900px) {
      .header{
          flex-direction :row; 
          align-items :center; 
      }
      .logo, .navigation{
          justify-content :space-between; 
      }
      .menu{
          flex-direction :column; 
          align-items :flex-start; 
          position :fixed; 
          top :100%; 
           left: 100%;
          height :40vh; 
           background-color :#FAF9F6; 
          transition :bottom .3s ease-in-out; 
          padding-left :0rem; 
          top: 56px;
          width:300px;
          align-items: center;
          border-radius: 8px;
          text-align:center;
           padding-top: 10px;
           list-style: none;
    z-index: 9999; 
  
      }
      
      
  
  
  
      .menu.active{
          left :10px; 
      }
      .menu li{
          margin-right :0; 
          margin-bottom :1.5rem; 
      }
      
          .menu li:hover{
  border: 2px solid #B30032;
    font-size: 102%;
    border-radius: 6px;
    
      }
      .hamburger{
          display:block; 
          
      }
  }
  
  
  
  
  .dropdown {
    position: relative;
    display: inline-block;
  align-items :flex-start;   
   align-items: center;
     padding-left: 20px;
       text-decoration: none;
  
  }
  
 .dropdown::after { 
    content: '▼'; 
    font-size: 10px; 
    color: #B30032;
    position: absolute;
    left: 5px;
    top: 40%;
}

  
  .dropdown-menu {
  
    display: none;
    position: absolute;
     background-color: #FAF9F6;
    min-width: 1000px; 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 30px 16px;
    z-index: 1;
    left: 55%; 
    float: center;
    transform: translateX(-50%); 
   padding-right: 30px;
     border-radius: 8px;
  z-index: 9999;
   
  
  }
  .dropdown a{
  
  text-decoration: none;
  font-size: 16px;
  color: black;
  }
  
  
  .dropdown-menu li {
    float: right;
    width: 20%;
   list-style-type: none;
     margin-bottom: 10px;
  color: black;
  
  
  }
  
  .dropdown-menu li ul {
    padding:0;
    margin: 0;
    display: flex; 
    flex-direction: column; 
    margin-top: 15px;
    color: black;
    
  }
  
  .dropdown-menu li ul a{
    text-decoration: none;
  color: black;
    
  }
  
  .dropdown-menu li  a{
    text-decoration: none;
  color: black;
    
  }
  .dropdown-menu li ul li {
  margin-bottom: 5px;
    width: auto;
    
  }
  
  .dropdown-menu li  a:hover {
    font-size: 110%;
   
  }
  
  
  .active {display: block;}
  
  .dropdown-menu .men li a svg {
      vertical-align: middle;
      
  }
  
  @media only screen and (max-width :1180px) { 
  
  .dropdown-menu {
  min-width: 900px; 
  
  transform: translateX(-50%);
   padding-right: 70px;
     
  }
  }
  
  @media only screen and (max-width :1060px) { 
  
  .dropdown-menu {
  min-width: 800px; 
  
  transform: translateX(-50%);
   padding-right: 70px;
     
  }
  }
  
  @media only screen and (max-width :975px) { 
  
  .dropdown-menu {
  min-width: 780px; 
  
  transform: translateX(-50%);
   padding-right: 70px;
   
     
  }
  }
  
  
  @media only screen and (max-width :890px) { 
  
  .dropdown-menu {
  min-width: 650px; 
  
  transform: translateX(-50%);
   padding-right: 70px;
     
  }
  
    .dropdown-menu li {
        width: 25%; 
        margin-bottom: 30px;
  }
  }
  
  @media only screen and (max-width :800px) { 
  
  .dropdown-menu {
  min-width: 600px; 
  
  transform: translateX(-50%);
   padding-right: 70px;
     }
    .dropdown-menu li {
        width: 33.33%; 
        margin-bottom: 30px;
  }
  }
  
  @media only screen and (max-width :750px) { 
  
  .dropdown-menu {
  min-width: 550px; 
  
  transform: translateX(-50%);
   padding-right: 70px;
     
  
  }
      .dropdown-menu li {
        width: 33.33%;  
  margin-bottom: 30px;
      }
  }
  
  
  @media only screen and (max-width :690px) { 
  
  .dropdown-menu {
  min-width: 500px; 
  
  transform: translateX(-50%);
   padding-right: 70px;
     
  }
    .dropdown-menu li {
        width: 50%; 
        margin-bottom: 30px;
  }
  }
  
  
  @media only screen and (max-width :650px) { 
  
  .dropdown-menu {
  min-width: 450px; 
  
  transform: translateX(-50%);
   padding-right: 70px;
     
  
  }
      .dropdown-menu li {
        width: 50%; 
        margin-bottom: 30px;
  
      }
  }
  
  
  @media only screen and (max-width :600px) { 
  
  .dropdown-menu {
  min-width: 400px; 
  
  transform: translateX(-50%);
   padding-right: 70px;
     }
      .dropdown-menu li {
        width: 50%; 
        margin-bottom: 30px;
  
      }
  }
  
  
  
  @media only screen and (max-width :550px) { 
  
  .dropdown-menu {
  min-width: 350px; 
  
  transform: translateX(-50%);
   padding-right: 70px;
     
  
  }
      .dropdown-menu li {
        width: 50%; 
        margin-bottom: 30px;
  
      }
  }
  
  
  @media only screen and (max-width :480px) { 
  
  .dropdown-menu {
  min-width: 280px; 
  
  transform: translateX(-50%);
   padding-right: 70px;
     
  
  }
      .dropdown-menu li {
        width: 100%; 
        margin-bottom: 30px;
  
      }
  }
  
  
  @media only screen and (max-width :420px) {
  
  .dropdown-menu {
  min-width: 260px; 
  
  transform: translateX(-50%);
  padding-right: 20px;
  
  
  }
  
  
      .dropdown-menu li {
        width: 100%; 
        margin-bottom: 30px;
        margin-right: 20px;
  
      }
  }
  
  .dropdown-menu .men li {
      margin-bottom: 15px;
  }
  
 /* Header End */

 /* Header End */

 
 .middile {
  text-align: center;
  padding: 50px;
  font-family: Arial, sans-serif;
  background-color: #f7f7f7;
}
h1 {
  font-size: 50px;
  color: #333;
}
p {
  color: #333;
}

.notfound {
  display: inline-block;
  color: #fff;
  background-color: #B30032;
  padding: 10px 20px;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.2s;
}
.notfound:hover {
  background-color: #333;
}

 
 
/* Body End */
/* Body End */





.footer {
  display: flex;
  flex-direction: column;
  background-color: #B30032;
  padding: 20px;
  align-items: center;
  
}
.footer div {
  width: 100%;
  margin-bottom: 20px;
   text-align: center;
}
.footer a {
  display: block;
  text-decoration: none;
  color: white;
}

@media (min-width: 375px) {
  .footer {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer div {
    width: 50%;
        margin-bottom: 50px;

  }
}

@media (min-width: 600px) {
  .footer div {
    width: 30%;
    margin-bottom: 0px;
  }
}

h3 {
color: white;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  background-color: #FAF9F6;
  padding: 30px;
}

.footer-bottom a{

  text-decoration: none;
  color: black;
}

.footer div a:hover {
  font-size: 110%;
 
}


/* footer End */
/* footer End */